From: Richard M. Stallman Date: Sun, 13 Jun 1993 02:06:17 +0000 (+0000) Subject: (x_connection_closed): Pass new arg to shut_down_emacs. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95350 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1cd2d6d402d14bde0fb0a6770e9fe7ea3f2c5ff7;p=emacs.git (x_connection_closed): Pass new arg to shut_down_emacs. --- diff --git a/src/xterm.c b/src/xterm.c index b5f87c46cc6..8dd20f542c5 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -3781,7 +3781,7 @@ x_connection_closed () if (_Xdebug) abort (); - shut_down_emacs (0, 1); + shut_down_emacs (0, 1, Qnil); exit (70); }